home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 1-Reference / User Groups DB / User Groups.res / User Groups.res.rsrc / 4DTE_15014 < prev    next >
Text File  |  1990-04-04  |  838b  |  12 lines

  1. GetSerialValue(Var1;Var2;Var3)
  2.    Var1,Var2,Var3 are of type Numeric
  3.  
  4. GetSerialValue displays on the screen a dialog which allows you to choose the configuration of a serial port : modem or printer port, speed, parity, protocol and so on...
  5.  
  6. If the user validates the dialog, Var3 contains 1, if not Var3 contains 0.
  7.  
  8. If the user validates the dialog you get, respectively in Var1 and Var2, the values that you have to pass to SET CHANNEL to process the selection of the user. If the user does not validate the dialog, Var1 and Var2 are not modified.
  9. If, when you call GetSerialValue, Var1 and Var2 contain significant values, the procedure checks corresponding boxes and buttons to reflect the values.
  10.  
  11. Note
  12. If you pass the null value in Var2, GetSerialValue displays these default values : 9600 baud, No parity, 8 data bits, 1 stop bit.